go to card id 2929 of stack "STATISTICAL ANALYSIS"
end mouseUp
-- part 2 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=275 top=77 right=97 bottom=358
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: MEANONE
-- part 3 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=276 top=101 right=121 bottom=359
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: SEONE
-- part 4 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=276 top=144 right=164 bottom=359
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: MEANTWO
-- part 5 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=276 top=169 right=189 bottom=359
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: SETWO
-- part 6 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=362 top=251 right=271 bottom=445
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name: TVALUE
-- part 7 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=201 top=266 right=288 bottom=301
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: DO TEST
----- HyperTalk script -----
on mouseUp
global pot
global hat
put the value of sqrt((card field meanone - card field meantwo)^2) into pot
put the value of sqrt ((card field seone ^2) + (card field setwo ^2)) into hat
put the value of pot / hat into card field TVALUE
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=365 top=314 right=336 bottom=465
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: CLEAR
----- HyperTalk script -----
on mouseUp
DELETE LINE ONE OF CARD FIELD MEANONE
DELETE LINE ONE OF CARD FIELD MEANTWO
DELETE LINE ONE OF CARD FIELD SEONE
DELETE LINE ONE OF CARD FIELD SETWO
DELETE LINE ONE OF CARD FIELD TVALUE
end mouseUp
-- part 9 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=13 top=58 right=262 bottom=267
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 10 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=202 top=290 right=312 bottom=302
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PROB. TABLE
----- HyperTalk script -----
on mouseUp
go to card id 3404
end mouseUp
-- part contents for card part 9
----- text -----
This test evaluates the significance between two means when the sample size of each analysis is less than 30. Once the T value is obtained, you need to look it up on a probability table where the number of degrees of freedom is usually one less than the total number of observations between the two samples. Remember, the T test is determining of differences between the two means can be explained on the basis of chance alone. The higher the probability, the greater the chance that causes other than random sampling errors are affecting the values of the two means.